This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
But a Computed SubForm can resovle to 'null' and no subform is inserted. ~Autumn Kijipymanakol 31.Dec.03 05:44 PM a Web browser Domino Designer All ReleasesAll Platforms
the only problem with this is that the subform is not immediatly visible, but you and close teh UIDoc and then reopen it. I have an application that we do this in and the delay is really very nominal. The screen flashes. If it is being done over a dial-up it might be more of an issue.
This is a code stub that does the work
Call UI_Workspace.SetTargetFrame("")
Set new_uidoc= UI_Workspace.editdocument(True, current_doc)
current_uidoc.document.saveoptions = "0"
Call current_uidoc.close
'refresh the document
Call new_uidoc.reload
new_uidoc.refresh